/* Awards */

h1, h2, h3, h4 { clear: none; }

h2 {
	font: normal 2.4em/1.25em 'Oswald', Arial, Helvetica, sans-serif !important;
}

#awardsHeader { width: 980px; height: 281px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsHeader.jpg) no-repeat; margin: -20px -10px 10px; }

#awardsHeaderEditor { width: 980px; height: 281px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsHeaderEditor.jpg) no-repeat; margin: -20px -10px 10px; }

.linkArea1 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea2 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea3 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea4 { overflow: auto; clear: both; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0px; margin-bottom: 50px; }

.linkArea2-readers { overflow: auto; clear: both; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0px; margin-bottom: 50px;  }

h3.linkArea { font-size: 14px; font-weight: bold; color: #333; }

.column1 { float: left; margin-right: 15px; width: 215px; }
.column2 { border-left: 1px solid #ccc; float: left; padding-left: 15px; margin-right: 15px; width: 215px; }
.column3 { border-left: 1px solid #ccc; float: left; padding-left: 15px; margin-right: 15px; width: 215px; }
.column4 { border-left: 1px solid #ccc; float: left; padding-left: 15px; width: 215px; }

.award .awardTop { width: 50px; height: 25px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsTop.png); position: absolute; bottom: -5px; right: 15px; }

#awards { }
#awards .logoOdd { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012odd.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEven { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012even.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEditorOdd { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012Editorodd.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEditorEven { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012Editoreven.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .award {
	width: 760px;
	min-height: 200px;
	padding: 10px 0px;
	position: relative;
	float: right;
	display: block;
	margin: 0px 20px 20px 0px;
}

#awards .award .content { width: 90%; float: right; }
#awards .award .content .awardImg { float: left; padding: 0 10px 0 0; z-index: 2; }
#awards .award .content h2.awardTopic { display: block; background: #fff; color: #bc2c5e; padding: 5px; width: 95%; margin: 10px 0 0; }
#awards .award .content .text { background: #fff; padding: 10px;
 width: 70%; float: right; margin: 10px 25px 0 0; }
#awards .award .content .text p { font-size: 11px; margin-bottom: 12px; }
#awards .award .content .text strong { font-weight: bold; color: #bc2c5e; }
#awards .award .content .text h3 { font-size: 16px; font-weight: bold; color: #31c2c6; }
#awards .award ul.links { font-size: .8em; position: absolute; top: 165px; left: 75px; z-index: 3; width: 125px; padding: 0; margin: 0 0 0 10px; }
#awards .award ul.links a { font-weight: bold; color: #bc2c5e; }

#awards .even {
	background: #a7dede;
	background: -moz-linear-gradient(top,  #a7dede 0%, #82d1d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7dede), color-stop(100%,#82d1d2));
	background: -webkit-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: -o-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: -ms-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dede', endColorstr='#82d1d2',GradientType=0 );
}

#awards .odd {
	background: #ffb3cc;
	background: -moz-linear-gradient(top,  #ffb3cc 0%, #ff95b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb3cc), color-stop(100%,#ff95b8));
	background: -webkit-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: -o-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: -ms-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb3cc', endColorstr='#ff95b8',GradientType=0 );
}